feat(toolchains): Add 3.10.20, 3.11.15, 3.12.13, 3.13.{12,13} 3.14.{3,4}, 3.15.0a8#3708
Merged
aignas merged 3 commits intoApr 17, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds several new Python toolchain versions from the 20260325 and 20260414 releases and updates the MINOR_MAPPING in python/versions.bzl. A review comment highlights a missing SHA256 hash for the aarch64-pc-windows-msvc platform in the Python 3.10.20 configuration.
716d07c to
8718454
Compare
8718454 to
88210a0
Compare
aignas
reviewed
Apr 16, 2026
This was referenced May 14, 2026
pull Bot
pushed a commit
to garymm/rules_python
that referenced
this pull request
May 20, 2026
…9.1 changelog sections (bazel-contrib#3777) Per [@aignas's comment](bazel-contrib#3773 (comment)) on bazel-contrib#3773, moves the toolchain bullets that bazel-contrib#3708 added under `Unreleased` into dated `2.0.2` and `1.9.1` sections so the next release from `main` doesn't re-announce them. **Before:** Bullets sit under `Unreleased` on `main`. **After:** New `## [2.0.2] - 2026-05-14` section between `Unreleased` and `2.0.1`, and a new `## [1.9.1] - 2026-05-14` section between `2.0.0` and `1.9.0`. Bullet text is reused verbatim. Companion PRs: - bazel-contrib#3775 — backport bazel-contrib#3708 to `release/2.0` (2.0.2) - bazel-contrib#3776 — backport bazel-contrib#3708 to `release/1.9` (1.9.1) Refs bazel-contrib#3773.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the Python version mappings to include the latest released versions.